<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes loadingact {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-o-keyframes loadingact {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes loadingact {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}</pre></body></html>